home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 October / Designer's Club 1997 October.iso / mac / Idea Source™ / TEASER.DIR / 00165.ls < prev    next >
Encoding:
Text File  |  1997-08-25  |  453 b   |  22 lines

  1. on exitFrame
  2.   if soundBusy(1) then
  3.     go(the frame)
  4.   end if
  5.   cursor(200)
  6.   set the locV of sprite 16 to the mouseV
  7.   set the locH of sprite 16 to the mouseH
  8.   updateStage()
  9.   if rollOver(9) then
  10.     set the memberNum of sprite 16 to 38
  11.     updateStage()
  12.   end if
  13.   if rollOver(10) then
  14.     set the memberNum of sprite 16 to 39
  15.     updateStage()
  16.   end if
  17.   if rollOver(11) then
  18.     set the memberNum of sprite 16 to 40
  19.     updateStage()
  20.   end if
  21. end
  22.